All Questions
Tagged with seleniumbaseunit-testing
2 questions
2votes
1answer
1kviews
Inputting a value in a textbox using python seleniumbase
I decided to play around with seleniumbase for a project I am working on, and have been trying to figure out the syntax a bit. On the GitHub site, I found a lot of code, documentation, and examples ...
1vote
1answer
931views
How to check if text is visible with seleniumbase?
Using seleniumbase I just want to check if some text is available. I just want to get a boolean flag, indicating text is available (True) or not (False). The methods provided by seleniumbase seem to ...